luci-mod-network: improve description for filterwin2k option
authorJan Hoffmann <[email protected]>
Thu, 29 Sep 2022 16:34:09 +0000 (18:34 +0200)
committerJan Hoffmann <[email protected]>
Fri, 30 Sep 2022 17:49:43 +0000 (19:49 +0200)
Make it clear that this option also filters some not-so-useless queries.

Signed-off-by: Jan Hoffmann <[email protected]>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index 5059b389b4234eb9c7e92f305ff3dea811759f4c..2c0a557b01a6b445a4718095d59c03ee6e270fb8 100644 (file)
@@ -385,7 +385,8 @@ return view.extend({
 
                s.taboption('advanced', form.Flag, 'filterwin2k',
                        _('Filter useless'),
-                       _('Do not forward queries that cannot be answered by public resolvers.'));
+                       _('Avoid uselessly triggering dial-on-demand links (filters SRV/SOA records and names with underscores).') + '<br />' +
+                       _('May prevent VoIP or other services from working.'));
 
                s.taboption('advanced', form.Flag, 'localise_queries',
                        _('Localise queries'),